|
The function RtcplAddDeviceToPNPINFFile adds a device to the RTX PNP INF file.
Syntax
BOOL RtcplAddDeviceToPNPINFFile( PDEVICEINFO Device );
Parameters
Device
Pointer to a DEVICEINFO data structure that contains information about the device to add to the RTX PNP INF file.
Return Value
A non-zero value if the function succeeds
Remarks
An INF file is a text file that contains all the information necessary to install a device, such as driver names and locations, registry information, and version information. The RtxPnp.inf file stores all the information for the RTX PNP Driver (RtxPnp.sys). Adding RTX INF support (on the Hardware tab of RTX Properties) appends the Rtx Pnp Driver INF file with additional information about Windows devices to the RTXPnp.inf file. Once supported is added, the Windows Device Wizard lists an RTX PnP supported driver for the device.
Related RTX Properties Control Panel Features
Tab |
|
Dialog Box |
Click the Settings button in the Devices area to open the PnP Device Settings dialog box. |
Feature(s) |
Right-click the device you want to add to the PnP INF file and choose Add RTX INF Support from the menu. |
Requirements
Header | RtxProp.h |
Library | RtxProp.lib |